testing.chattyPrinter.prefix (method)

8 uses

	testing (current package)
		benchmark.go#L249: 		fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), b.name, b.output)
		benchmark.go#L264: 			fmt.Fprintf(b.w, "%s--- %s: %s\n%s", b.chatty.prefix(), tag, b.name, b.output)
		benchmark.go#L752: 				fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), benchName, b.output)
		benchmark.go#L767: 				fmt.Fprintf(b.w, "%s--- BENCH: %s\n%s", b.chatty.prefix(), benchName, b.output)
		testing.go#L581: func (p *chattyPrinter) prefix() string {
		testing.go#L600: 	fmt.Fprintf(p.w, p.prefix()+format, args...)
		testing.go#L612: 		fmt.Fprintf(p.w, "%s=== NAME  %s\n", p.prefix(), testName)
		testing.go#L875: 		fmt.Fprintf(p.w, c.chatty.prefix()+format, args...)